Skip to content

GH-37958: [MATLAB] Centralize Command Window hyperlink formatting#49414

Open
kriyanshii wants to merge 3 commits intoapache:mainfrom
kriyanshii:utility-for-hyperlinking
Open

GH-37958: [MATLAB] Centralize Command Window hyperlink formatting#49414
kriyanshii wants to merge 3 commits intoapache:mainfrom
kriyanshii:utility-for-hyperlinking

Conversation

@kriyanshii
Copy link

Rationale for this change

Reduce duplicate hyperlink formatting logic in Command Window display helpers.

What changes are included in this PR?

  • Add a shared hyperlink utility in MATLAB display helpers.
  • Use it in schema string rendering and test helpers.

Are these changes tested?

Not run (manual check in MATLAB Command Window).

Are there any user-facing changes?

Yes. Command Window display now uses a shared hyperlink helper.

Reduce duplicate hyperlink formatting logic in Command Window display helpers.

* Add a shared hyperlink utility in MATLAB display helpers.
* Use it in schema string rendering and test helpers.

Not run (manual check in MATLAB Command Window).

Yes. Command Window display now uses a shared hyperlink helper.

* GitHub Issue: apache#37958
@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Mar 3, 2026
@sgilmore10
Copy link
Member

Hi @kriyanshii,

It looks like there's some CI failures. Could you take a look?

Thanks,
Sarah

@sgilmore10
Copy link
Member

@kriyanshii,

Please reach out to @kevingurney or me if you have any specific questions that we can answer!

Best,
Sarah

@kriyanshii
Copy link
Author

@sgilmore10 yess!
thank you so much! I working on getting the CI checks done. Will finish it ASAP. and reach out. Thank you!

- Add getClassNameForDisplay, getNumString, makeDimensionString helpers
- Update Array, Schema, Tabular, Type, Field display to use short class names with optional hyperlinks
- Fix tSchema TestIsEqualTrue/False: use table() instead of table for empty schema
@sgilmore10
Copy link
Member

Hi @kriyanshii,

It looks like there's still some CI failures.

I took a quick look at the changes, and it seems like there's more code churn than I expect (e.g. I'm not sure why Type/getHeader was modified).

Do you mind taking a fresh look at this?

Best,
Sarah

@kriyanshii
Copy link
Author

I am starting everything cleanly from scratch. Sorry for the delay.

@sgilmore10
Copy link
Member

I am starting everything cleanly from scratch. Sorry for the delay.

No worries! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants